From dc9e2d7c1ea4fae09b496978e9ab01d2531cd7ee Mon Sep 17 00:00:00 2001 From: Tiejun Chen Date: Fri, 30 Jan 2015 15:32:26 +0800 Subject: [PATCH] tools/xenctrl: correct some function declarations When commit 6865e52b78f4, "PCI multi-seg: adjust domctl interface", is introduced, we missed to sync that head file. Signed-off-by: Tiejun Chen Acked-by: Wei Liu --- tools/libxc/include/xenctrl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/include/xenctrl.h index 0ad8b8d678..790db53921 100644 --- a/tools/libxc/include/xenctrl.h +++ b/tools/libxc/include/xenctrl.h @@ -2036,22 +2036,22 @@ int xc_hvm_destroy_ioreq_server(xc_interface *xch, /* HVM guest pass-through */ int xc_assign_device(xc_interface *xch, uint32_t domid, - uint32_t machine_bdf); + uint32_t machine_sbdf); int xc_get_device_group(xc_interface *xch, uint32_t domid, - uint32_t machine_bdf, + uint32_t machine_sbdf, uint32_t max_sdevs, uint32_t *num_sdevs, uint32_t *sdev_array); int xc_test_assign_device(xc_interface *xch, uint32_t domid, - uint32_t machine_bdf); + uint32_t machine_sbdf); int xc_deassign_device(xc_interface *xch, uint32_t domid, - uint32_t machine_bdf); + uint32_t machine_sbdf); int xc_domain_memory_mapping(xc_interface *xch, uint32_t domid, -- 2.30.2